Skip to content

Bump h11 from 0.14.0 to 0.16.0#357

Merged
nibalizer merged 2 commits intomainfrom
dependabot/pip/h11-0.16.0
May 6, 2025
Merged

Bump h11 from 0.14.0 to 0.16.0#357
nibalizer merged 2 commits intomainfrom
dependabot/pip/h11-0.16.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2025

Bumps h11 from 0.14.0 to 0.16.0.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [h11](https://github.com/python-hyper/h11) from 0.14.0 to 0.16.0.
- [Commits](python-hyper/h11@v0.14.0...v0.16.0)

---
updated-dependencies:
- dependency-name: h11
  dependency-version: 0.16.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 24, 2025
@CLAassistant
Copy link

CLAassistant commented Apr 24, 2025

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link
Contributor

github-actions bot commented May 6, 2025

PR Summary

This pull request updates several dependencies in the poetry.lock file and adjusts Python version markers for compatibility. Key changes include:

  • Dependency Updates:

    • h11 updated from version 0.14.0 to 0.16.0.
    • httpcore updated from version 1.0.7 to 1.0.9.
    • httpx updated from version 0.28.1 to 0.25.1.
  • Python Version Markers:

    • Updated markers for several packages to support Python versions less than 3.11, ensuring compatibility with newer Python versions.
    • Removed specific platform markers for backports.tarfile.
  • Dependency Additions:

    • Added h11 with version constraint >=0.16.0 to pyproject.toml.

These changes aim to ensure compatibility with newer Python versions and update dependencies to their latest stable releases.

Test Suggestions

  • Run the full test suite to ensure no existing functionality is broken by the dependency updates.
  • Test the application with Python 3.11 to verify compatibility with the updated version markers.
  • Perform integration tests focusing on HTTP client functionality to ensure httpx and httpcore updates do not introduce regressions.
  • Check for any deprecation warnings or errors when running the application with the updated dependencies.

@nibalizer nibalizer added the internal Not to be externalized in the release notes label May 6, 2025
Copy link
Contributor

@johnwalz97 johnwalz97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noice

@nibalizer nibalizer merged commit 0ccb969 into main May 6, 2025
7 of 8 checks passed
@nibalizer nibalizer deleted the dependabot/pip/h11-0.16.0 branch May 6, 2025 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file internal Not to be externalized in the release notes python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants